The checksum is used to ensure the file has not been corrupted during download. You should compare the checksum of the file you received with the value below to ensure the file you received is complete and unmodified.
On Windows use certUtil -hashfile file SHA256, on Linux use sha256sum file, and on macOS use shasum -a 256 file.