We believe that some implementations would benefit (when robust buffer access isn't available) from being able to discard indexed draws that have out of bounds values in the index buffer. Assuming we eventually have a debug mode, we could still alert the user that the draw call was discarded.
Here is one potential implementation we believe would benefit from being able to discard these calls: Google doc