This is a very basic / fundamental question about arithmetic.
Multiplication of natural numbers can be thought of as repeated addition, which amounts to "copying" a given number of times. For example, $2 \times 3$ can thought of as the number $3$ taken $2$ times, that is, $3 + 3$. But it can also be viewed as the number $2$ taken $3$ times, that is $2 + 2 + 2$. Visually, we can look at these two ways of multiplying as
$$\begin{array}{ccc} \bigcirc & \bigcirc & \bigcirc\\ \bigcirc & \bigcirc & \bigcirc \end{array} \quad\quad \textrm{or} \quad \quad \begin{array}{cc} \bigcirc & \bigcirc \\ \bigcirc & \bigcirc \\ \bigcirc & \bigcirc \end{array}$$
Of course, the result is $6$ in both cases, but it seems to me that fundamentally, this is not exactly the same operation. When considering the "structure" of the repeated addition, multiplication appears to be asymmetric, although it is commutative when considering only the integer result. (Actually, I think commutativity becomes a meaningful property only if we first consider this asymmetry.)
Given this asymmetry, is there any convention on the order of arguments for integer multiplication? That is, should we write $2 \times 3 = 2 + 2 + 2$, or is $2 \times 3 = 3 + 3$ preferable?