Presumably your local network was fairly reliable, and few packets would actually get dropped. When sending packets long distances across the internet, the chances of a packet getting lost are higher.
(Also, in a game, if the packets are saying "Unit A is at location (x,y)", then if you miss one packet, the next packet may provide the new (x,y) location, so a couple of dropped packets might be acceptable. The consequences of dropping packets during a financial transaction would be more serious...)