He means when displaying the icons on a webpage. You use one big tiff file, which is loaded using just one connection. Then with CSS you choose which part of the big tiff file you want displayed (as an icon). Like "show the second icon on the 5th row". Try googling "CSS Sprites".