QUOTE
... which implies the need for constant practical bandwith ... in germany, the TELEKOM as the major ISP was not always able to guarantee practical ISDN bandwith within the theoretical limits ...
Nobody could, because it does not depend solely on provider - however, provider can guarantee you maximum link capacity till the border with other ISPs, but that is not end-user agreement for a ISDN/DSL, but a business agreement with SLA inside that guarantees QoS - and that is couple of times more expensive.
So, I'd live with "probably 768 kb/s DSL" than "guaranteed link 768 kb/s with SLA" which is 10x more expensive

Anyway, back to CBR/ABR/VBR issue - well, the first issue is fixed bandwidth thing.
The second issue is also concerning streaming, and that's "buffering" thing - i.e., if you have fixed bit rate channel, you know that you have to buffer at least number of bits of the bit reservoir.
This is important for any streaming application, because if you are going to stream your movie file of 512 kb/s through 768 kb/s network, and the buffering is too small, it probably won't survive a 2 mb/s local peak in the file

You'll see famous "buffering......" message again, and that's not good

The third issue is low-delay communication - if you don't have a link which is unlimited, or considerably higher than the transmitted bit rate - you have to buffer. The smaller the bit reservoir (for pure CBR it would be 0) - the smaller delay that is.
Of course, if you only store files on your HDD/CD/DVD where the possible bandwidth of the transmission channel is ~ 1 Gb/s you can freely use VBR

)