There case in which you have a component receiving multiple events and you can not know what is the order but you have the necesssity to execute a block of code on the top of events sequence.
you have 2 different components completely decoupled and indipendent so you cant touch the code in the other component but i d like to change just to force that a event is executed before of another is collected in a specific node.