It is often useful to be able to detect when block ciphers can be hardware accelerated, because the performance difference between a software and hardware implementation can be significant (especially with AES).
Detecting the availability of hardware acceleration in the crates here would allow applications to better choose an algorithm, or to log a warning (or collect telemetry) noting the possible performance degradation.