The idea is, that we have a plugin on the event-store, that automatically persists the event in additional streams (like in https://github.com/prooph/standard-projections/), but doing so on event-store createStream/appendTo, instead of doing so during a projection.
This will drastically improve performance for projections when using AggregateStreamStrategy.