Tables are for tabular data.
The reason why CSS purists tend to dislike them is because they are very frequently inappropriately used for layout, not tabular data.
If the data you want to format is in fact tabular, then by all means, use a table.
If you just want a layout that is similar but...