To take a very simple example: imagine the sum 1 + 2 + 3 + 4. You can do this one step at a time: 1 + 2 = 3, then 3 + 3 = 6, then 6 + 4 = 10. It does not matter how long it takes you to move from one step to the next. The answer will always be the same. It is always a question with 3 operations, with each operation involving no more than two operands.
Are there any operations in mathematics that must be applied at the same time to more than two operands? Or is mathematics intrinsically a linear set of (unary and) binary operations?