I asked this question and got the answer
The Gauss method turns the matrix to upper triangular, then you solve the triangular system
but if "then you solve the triangular system" means that you solve it by using elementary row operations (a.k.a. elementary row operations are performed to substitute), the two methods seem identical: In Gauss-Jordan you use backward elimination (performs EROs to sort of "substitute" away variables from equations) and in Gauss you use substitution to sort of substitute away variables from equations. Since EROs are used to substitute away these variables, the two seems completely identical to me. Can anyone help with this confusing? They must be different but I do not get how if substitution requires elementary row operations to be performed in any case.
I though this part could be a question on its own.