Same reason why you iterate over an array instead of assigning each value to a temporary variable: you have less code.
Same reason why you iterate over an array instead of assigning each value to a temporary variable: you have less code.