You're absolutely right; I didn't realize that Mathematica would order the operation that way. Thanks!
The results seem fine, given what is being evaluated in both cases: 2 /. 2 -> 1 and 6 /. 2 -> 1 respectively.
2 /. 2 -> 1
6 /. 2 -> 1