It's an age-old problem.. you're building a device to play some sounds in order. Because of SL's file-upload limitations, these files might be small sequential bits of a longer recording. Maybe it's music, maybe it's atmospheric sound effects, maybe a recorded speech. Doesn't matter.
With recent changes, NEW sound files can be 'up to' 30 seconds long, while older sounds were limited to 10 seconds maximum. But there's no reason that a sound file couldn't be 4 seconds, 1 second, 27 seconds, etc.
I propose a function be added, that would retrieve the playback length of a given sound (id), returning it as a float of fractional seconds.
This would allow scripts to know exactly how long of a delay to insert between playing sound A, and sound B, C, D, and so on.