The c# compiler isn't doing anything. The CPU is.
if you have A in a CPU register, and you then add B, the result stored in that register is A+B, approximated to the floating precision your usingused
If you then add C, the error adds up. This error addition is not a transitive operation, thus the final difference.
