In RFC 8032, section 5.1.7, it is prescribed that an Ed25519 signature is verified if
$[8][S]B = [8]R + [8][k]A'.$
The text then says
It's sufficient, but not required, to instead check $[S]B = R + [k]A'.$
What is the point of the first criterion, if the second one also works and is arguably simpler and less computationally expensive, in general?