Each turn a player places a tile at the edge of the current tiles. This means (theoretically) the board could grow in a single long line.

So you never really know where the edge of the board starts or ends except by checking the size of the board currently.
----

In a Grid the cells could be moved as the player places a new tile.