Is there any benefit of saving merkle root in bitcoin block headers? Is it better than saving a sha256 hash of block data? If it just detects blockwise corruption, merkle root seems to have no benefit over saving simple single hash value.
It's a simple question but difficult to find a clear answer.