This is a common confusion for programmers who are learning hardware.
Bus wires are numbered from right to left. When a bus is carrying a binary number, bus[0] is the least significant bit of the number.
This will make more sense when you get to chapter 2 and arithmetic hardware. You will see that bus[n] contains the 2n-weighted bit of the number.
--Mark