The reason Rust doesn't have those things in libstd is because it doesn't want to commit to backward compatibility for them. Note that Rust is 1.0 and has no plans to switch to 2.0.
Zig will presumably have the same care about backward compatibility once it becomes stable.