In what case do we need to use parallel action in Eventbinding?

In Eventbinding of mapp View, we have two types of actions when we have multiple actions under an event: Sequential Actions and Parallel Actions. I would like to ask in what kind of application scenario do we usually use Parallel Actions?

Hello,

Parallel actions are executed simultaneously. You can use them if they are independent (don’t depend on each other’s results) and execution time matters.