Forum Moderators: open
Where you will find a difference is in the perceived download time. With multiple stacked tables (instead of one long one), once the browser gets to the end of the first table, it can start displaying the content (your images, in this case) inside that table, even while it continues to run through the remaining tables. Thus, your visitors have something to look at (the images inside the first table) while the remainder of the page is still being downloaded. Note that everything takes just as long to download, the only difference is that the stuff at the top appears on the page quicker. So yes, IMO, this would be a good technique for you to use if you have a page with lots of photos inside tables.
Do you really think many still applies to metered service?
Oh yes, there are still quite a lot, especially in Europe where local communications (including dialup) are metered. If you're talking about North America, then there are very few.
Heading back to the original question, if you have a large page, it will give the impression that it is loading more quickly if you split the table into more manageable chunks. Make sure that all your widths and heights are specified for each image too.