This would be in order to support multiple servers connecting to the same Redis instance. Using just the WP_CACHE_KEY_SALT is not enough when you end up calling the wp_flush_cache() method as it will remove everything in the DB instance not just those items with the specified WP_CACHE_KEY_SALT.