Key Concept for applying the Command Pattern:
It helps achieve proper fucntionality if the tasks are ordered
it is mandatory that the sequence added to a transaction must be the best execution sequence possible
The number of tasks to be executed affects the overall performance of a transaction
None of the above