There could be an Action that would change the value of an attribute for all elements of a List, avoiding iterating/cycling (For Each) every single element of the List.
eg: Having a List with an attribute "IsActive". Setting all elements' Is Active from the List to False, would need a For Each.