I combined both slider and progressbar in one div for a media player control in the
jQuery Cookbook (Chapter 14 : User Interfaces with jQuery UI). The range:min slider is the seeker and the progressbar beneath displays how much is buffered.
If you tried the same with only a progressbar, not a slider, you'd have to rewrite a lot of code it has to handle clicking and dragging to go to any point on the track.