Hi Hans,
Thanks for your idea. In mobile and reactive all data actions and screen aggregates are fetched asynchronously. This means that if you have 2 data actions on a screen they will run in parallel.
Additionally, last year we also made a change that allows these not to be called immediately when the screen is shown, but only on demand, when users refresh them explicitly.

Cheers,
Tiago Simões