Precomputable trait is designed to allow for data (currently only kzg batch commitment) to be reused in subsequent call to disperse.
Since the builder cannot be trusted to use the same kzg batch commitments inside precomputed data (as the output of commit_only_precompute) we should add a mechanism to ensure that these are the same.