The subnet mask specifies which part of the address range will be considered to be part of the network (the subnet) that your computer is on. So if your router has decided to use a subnet mask of 255.255.255.0 and to give you an IP address of 10.0.1.4, that means it is going to be handing out IP addresses in the range from 10.0.1.1 through 10.0.1.254 (potentially) to other computers which request an address.
There is a pretty good explanation of how these numbers work together in What is a subnet mask, and the difference between a subnet mask of 255.255.255.0 and 255.0.0.0?. You also might want to look at What are the essentials of a Subnet mask?.
So the information you posted gives an indication about how the router is going to behave, but there is no reason that it could not have been configured to behave differently.
For example, the router could have used a subnet mask of 255.255.255.192. This corresponds to the following binary mask value (Subnetwork - Subnetting from Wikipedia):
11111111.11111111.11111111.11000000
By doing this, the router would be limiting the number of IP addresses it could assign within the subnet (there are fewer non-zero bits to "play with" in the mask). But also, the router could then assign IP addresses to four different subnets by handing out addresses where those last "11" bits above are held fixed at each of the following values (see Divide 192.168.1.024 into 4 subnets? for a similar example):
This could give an administrator more flexibility in managing computers and other devices based on the network they are within.
The short answer to your question is... it's kind of arbitrary, and the setup you are seeing is pretty customary. Apple could have done this differently if they had wanted but sometimes it is best to "think the same as everyone else." :-)