Currently each plugin must attempt to fetch the relevant data individually which is causing mass amounts of requests / callbacks.
If the event had these getters and cached the data. (note this is independent of the fetch cache RFC).
See MessageSent event as an example, you cannot even fetch guild without fetching channel to fetch guild_id.