Bitcoin allows a transaction to commit to a hash and hence prove existence of a data at a certain point in time.
It's not obvious how to do that in Mimblewimble. The main issue is that everything that a transaction leaves forever on
the chain is a Kernel which consists of
features (1 byte) | fee (8 bytes) | lock_height (8 bytes) | excess (32 bytes) | signature (64 bytes)
As we can see, there's no place for a hash. One solution would be to add a hash and make sure the signature also signs that hash but this would mean we are making the kernel even bigger.