Example: you want to use larger font size on larger screens and smaller font size on smaller screens, like this DHTML presentation template.
CSS1 can't do that. It's static, hard-coded formatting markup which can't check screen size. Only a JavaScript script can check screen size and conditionally set font size.